From ee2bc93063ef2262f27acba57fa176a2cf46aaf8 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Mon, 25 Jul 2011 02:43:24 +0000 Subject: [PATCH] Whitespace fixes. --- gpsbabel/an1.c | 4 ++-- gpsbabel/cetus.c | 2 +- gpsbabel/geo.c | 4 ++-- gpsbabel/itracku.c | 4 ++-- gpsbabel/kml.c | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gpsbabel/an1.c b/gpsbabel/an1.c index 583c8a2c7..0e6a89714 100644 --- a/gpsbabel/an1.c +++ b/gpsbabel/an1.c @@ -1239,9 +1239,9 @@ my_write(void) ff_vecs_t an1_vecs = { ff_type_file, { - (ff_cap) (ff_cap_read | ff_cap_write) /* waypoints */, + (ff_cap)(ff_cap_read | ff_cap_write) /* waypoints */, ff_cap_write /* tracks */, - (ff_cap) (ff_cap_read | ff_cap_write) /* routes */, + (ff_cap)(ff_cap_read | ff_cap_write) /* routes */, }, rd_init, wr_init, diff --git a/gpsbabel/cetus.c b/gpsbabel/cetus.c index bbbf9a56a..9ed243f46 100644 --- a/gpsbabel/cetus.c +++ b/gpsbabel/cetus.c @@ -652,7 +652,7 @@ data_write(void) ff_vecs_t cetus_vecs = { ff_type_file, - { (ff_cap) (ff_cap_write | ff_cap_read), ff_cap_read, ff_cap_none }, + { (ff_cap)(ff_cap_write | ff_cap_read), ff_cap_read, ff_cap_none }, rd_init, wr_init, rd_deinit, diff --git a/gpsbabel/geo.c b/gpsbabel/geo.c index 28597b551..5b118eca7 100644 --- a/gpsbabel/geo.c +++ b/gpsbabel/geo.c @@ -67,7 +67,7 @@ xg_tag_mapping loc_map[] = { { wpt_diff, cb_cdata, "/loc/waypoint/difficulty" }, { wpt_terr, cb_cdata, "/loc/waypoint/terrain" }, { wpt_container,cb_cdata, "/loc/waypoint/container" }, - { NULL, (xg_cb_type)0, NULL } + { NULL, (xg_cb_type)0, NULL } }; void wpt_s(const char *args, const char **unused) @@ -308,7 +308,7 @@ geo_write(void) ff_vecs_t geo_vecs = { ff_type_file, - { (ff_cap) (ff_cap_read | ff_cap_write), ff_cap_none, ff_cap_none }, + { (ff_cap)(ff_cap_read | ff_cap_write), ff_cap_none, ff_cap_none }, geo_rd_init, geo_wr_init, geo_rd_deinit, diff --git a/gpsbabel/itracku.c b/gpsbabel/itracku.c index 8c0134f01..c02a0f8b8 100644 --- a/gpsbabel/itracku.c +++ b/gpsbabel/itracku.c @@ -788,8 +788,8 @@ ff_vecs_t itracku_vecs = { ff_vecs_t itracku_fvecs = { ff_type_file, { - (ff_cap) (ff_cap_read | ff_cap_write) /* waypoints */, - (ff_cap) (ff_cap_read | ff_cap_write) /* tracks */, + (ff_cap)(ff_cap_read | ff_cap_write) /* waypoints */, + (ff_cap)(ff_cap_read | ff_cap_write) /* tracks */, ff_cap_none /* routes */ }, itracku_rd_init, diff --git a/gpsbabel/kml.c b/gpsbabel/kml.c index c6d6329aa..0536581ff 100644 --- a/gpsbabel/kml.c +++ b/gpsbabel/kml.c @@ -214,7 +214,7 @@ xg_tag_mapping kml_map[] = { { trk_coord, cb_cdata, "/Placemark/GeometryCollection/LineString/coordinates" }, { trk_coord, cb_cdata, "/Placemark/Polygon/outerBoundaryIs/LinearRing/coordinates" }, { trk_coord, cb_cdata, "/Placemark/LineString/coordinates" }, - { NULL, (xg_cb_type) 0, NULL } + { NULL, (xg_cb_type) 0, NULL } }; static -- 2.30.2